home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Plug-In Power Pack for Netscape Communicator
/
Plug-In Power Pack for Netscape Communicator.iso
/
plugins
/
dataviews
/
dvtools
/
demos
/
telecomdemo
/
glob_vars.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-08
|
2KB
|
66 lines
#ifndef lint
static char SccsId[]= "@(#)glob_vars.c V1.5 3/17/95";
#endif
/*
| File name: glob_vars.c
|========================================================================
|
| Copyright (c) 1990 -- V.I. Corporation
|
|========================================================================
*/
#include "simulate.h"
#include "tlc_fundecl.h"
RECTANGLE
FullScreen =
{0, 0, 32767, 32767}, WholeDrawing =
{-16383, -16383, 16383, 16383};
OBJECT
LogScreen, StatusScreen, ControlScreen;
CHAR
* TopStatusView = "top_map.v", *SmallmapViewName = "smallmap.v", *FixboxViewName = "fixbox.v", *ControlViewName = "sim_control.v", *DialogViewName = "dialog.v", *MsgLogViewName = "msg_log.v";
CONTROL_PARAMS Control;
DIALOG_INFO Dialog;
FIXBOX_INFO Fixbox;
SIM_PARAMS SimParams;
SMALLMAP_INFO Smallmap;
/*
* Define information to display for each type of part.
*/
PARTS_INFO Parts[NUM_PARTS] =
{
{"CRT", "IntelliTerms Inc.",
"Acme CompuService\n125 Main St.\nNew York, NY 10027\n(212) 555-8372",
"Walter Fink"},
{"X25 Network", "LAN Cruiser Ltd.",
"Net Repair National\n20 Revell Ave.\nChicago, IL 60649\n(312) 555-7864",
"Paul Cronin"},
{"CPU", "Chromatics Corp.",
"Star Maintenence\n96 Chestnut St.\nBoston, MA 02127\n(617) 555-2666",
"Richard Kristek"},
{"Multiplexor", "Combinatorics Inc.",
"Brandt Electronics\n90 Park Ave.\nLos Angeles, CA 90059\n(213) 555-2631",
"Helen Daley"},
{"Switch", "Tele-Electronics",
"Tele-Electronics\n150 Fearing St.\nDallas, TX 75227\n(214) 555-1874",
"Tilman Lukas"},
{"Gen*Pac", "Master Circuits Inc.",
"Tele Maintenence Co.\n39 Campbell Dr.\nAtlanta, GA 30337\n(404) 555-4364",
"Patrick Johnstone"},
{"PBX", "V.I. Electronics Inc.",
"Quaxx Inc.\n1040 N. Pleasant St.\nSeattle, WA 98106\n(206) 555-3721",
"Jim Champoux"},
{"Channel Card", "Copeland Electronics",
"LHC Inc.\n222 North East St.\nSan Francisco, CA 94211\n(415) 555-4323",
"Horace Hewlett"},
{"Telephone", "Tokunagu Inc.",
"Tokunagu of America\n24 Parsons Ave\nCleveland, OH 44122\n(216) 555-9882",
"Lon Bull"}};